ido, iswitchb, icomplete: Use `C-.' and `C-,' for cycling (Bug#13708)
authorJambunathan K <kjambunathan@gmail.com>
Fri, 15 Feb 2013 19:39:50 +0000 (01:09 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Fri, 15 Feb 2013 19:39:50 +0000 (01:09 +0530)
commitfea0aadf1a1050ab8ca885e5f023fc98fce72016
treeef539987d593405cc9a7ae47936d0e19d7b5b500
parent7d3947d3c64463c6d7a1f8cf4f3e552e4affda47
parent4a1818978cea720ffdb8bf9ebbced9aa23f6bf77
ido, iswitchb, icomplete: Use `C-.' and `C-,' for cycling (Bug#13708)

* lisp/icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
Bind `C-.' and `C-,' to `icomplete-forward-completions' and
`icomplete-backward-completions'.

* lisp/ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
`ido-next-match' and `ido-prev-match' resply.

* lisp/iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
`iswitchb-next-match' and `iswitchb-prev-match' resply.